/* ! ==== Global Variables ==== */

@font-face {
  font-weight: 200 400 600 800;
  font-family: forma-djr-micro;
  src: url("https://www8.hp.com/etc.clientlibs/HPIT-AEM-GLOBALNAV/clientlibs-globalnav/clientlibs-fonts/clientlib-hf-fontface-core/resources/fonts/FormaDJRMicro-Regular.woff2") format("woff2");
}

:root,
[data-bs-theme=light], [data-bs-theme=dark] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #e6e6e6;
  --bs-gray-dark: #d2d2d2;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
	--bg-primary: #a89ef9;
	--bg-secondary: #b9b1fa;
  --bs-primary: #165dba;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #e6e6e6;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 230, 230, 230;
  --bs-dark-rgb: 0, 0, 0;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "forma-djr-micro", Arial, Helvetica, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.375;
  --bs-body-color: #000;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #165dba;
  --bs-link-color-rgb: 22, 93, 186;
  --bs-link-decoration: none;
  --bs-link-hover-color: #333;
  --bs-link-hover-color-rgb: 51, 51, 51;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #000;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #3cae4c;
  --bs-form-valid-border-color: #3cae4c;
  --bs-form-invalid-color: #c5383e;
  --bs-form-invalid-border-color: #c5383e;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0rem;
}
:root {
  --bs-gutter-x: 0.4rem;
  --bs-gutter-y: 0rem;
}
/* #header {
  min-height: 76px;
} */
/* !==== Containers ==== */

.container {
	padding-left: 20px;
	padding-right: 20px;
}

@media (min-width: 576px) {
	.container {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 768px) {
  .container {
		max-width: 100%;
		padding-left: 32px;
		padding-right: 20px;
  }
}

@media (min-width: 992px) {
	.container {
		max-width: 1280px;
		padding-right: 20px;
		padding-left:32px;
	}
}

/* !==== Colors Themes ==== */

.cornflower-blue {
	--bg-primary: #549ef7;
	--bg-secondary: #76b1f9;
	--bg-tertiary: #ddecfd;
}

.neon-blue {
	--bg-primary: #4759f5;
	--bg-secondary: #919cf9;
	--bg-tertiary: #dadefd;
}

.light-slate-blue {
	--bg-primary: #a89efa;
	--bg-secondary: #c2bbfb;
	--bg-tertiary: #eeecfe;
}

.maya-blue {
	--bg-primary: #40defa;
	--bg-secondary: #79e8fb;
	--bg-tertiary: #d9f8fe;
}

.hot-pink {
	--bg-primary: #ff63bb;
	--bg-secondary: #ff92cf;
	--bg-tertiary: #ffe7ff;
}

.fuchsia-pink {
	--bg-primary: #ff84ff;
	--bg-secondary: #ffa9ff;
	--bg-tertiary: #ffe7ff;
}

.carribbean-green {
	--bg-primary: #00d072;
	--bg-secondary: #4dde9c;
	--bg-tertiary: #ccf6e3;
}

.turqoise {
	--bg-primary: #4ef5ab;
	--bg-secondary: #83f8c4;
	--bg-tertiary: #dcfdee;
}

.screaming-green {
	--bg-primary: #83f955;
	--bg-secondary: #a8fb88;
	--bg-tertiary: #e6fedd;
}

.dolly {
	--bg-primary: #d3fb66;
	--bg-secondary: #e0fc94;
	--bg-tertiary: #e6fedd;
}

.heliotrope {
	--bg-primary: #b655f5;
	--bg-secondary: #cc88f8;
	--bg-tertiary: #f0ddfd;
}

.mona-lisa {
	--bg-primary: #ff948a;
	--bg-secondary: #ffb4ad;
	--bg-tertiary: #ffeae8;
}

.dark-orange {
	--bg-primary: #ff8900;
	--bg-secondary: #ffac4d;
	--bg-tertiary: #ffe7cc;
}

.supernova {
	--bg-primary: #ffbd3b;
	--bg-secondary: #ffd176;
	--bg-tertiary: #fff2d8;
}

.gorse {
	--bg-primary: #ffe137;
	--bg-secondary: #ffea73;
	--bg-tertiary: #fff9d7;
}

.paris-daisy {
	--bg-primary: #fcf54b;
	--bg-secondary: #fdf881;
	--bg-tertiary: #fefddb;
}

.hp-corporate {
	--bg-primary: #0096d6;
	--bg-secondary: #7cc8e9;
	--bg-tertiary: #b3e8ff;
}

.bg-primary {
	background-color: var(--bg-primary) !important;
}

.bg-secondary {
	background-color: var(--bg-secondary) !important;
}

.bg-tertiary {
	background-color: var(--bg-tertiary) !important;
}

.bg-black {
	background-color: #000;
	color: #fff;
}

.bg-gray {
	background-color: var(--bs-gray);
}

.full-bg-primary {
	background-color: var(--bg-primary) !important;
	box-shadow: 0 0 0 100vmax var(--bg-primary);
	clip-path: inset(0 -100vmax);
}

.full-bg-secondary {
	background-color: var(--bg-secondary) !important;
	box-shadow: 0 0 0 100vmax var(--bg-secondary);
	clip-path: inset(0 -100vmax);
}

.full-bg-tertiary {
	background-color: var(--bg-tertiary) !important;
	box-shadow: 0 0 0 100vmax var(--bg-tertiary);
	clip-path: inset(0 -100vmax);
}

.full-bg-black {
	color: #fff;
	background-color: #000 !important;
	box-shadow: 0 0 0 100vmax #000;
	clip-path: inset(0 -100vmax);
}

.full-bg-gray {
	background-color: var(--bs-gray) !important;
	box-shadow: 0 0 0 100vmax var(--bs-gray);
	clip-path: inset(0 -100vmax);
}

/* ! ==== Typography ==== */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 400;
}

strong {
	font-weight: 600;
}

h1, .h1 {
  font-size: 26px;
  line-height: 28px;
}

h2, .h2 {
  font-size: 24px;
  line-height: 26px;
}

h3, .h3 {
  font-size: 22px;
  line-height: 26px;
}

h4, .h4 {
  font-size: 20px;
  line-height: 26px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 26px;
}

h6, .h6 {
  font-size: 16px;
  line-height: 24px;
}

.display-1 {
  font-size: 46px;
  line-height: 50px;
}

.display-2 {
  font-size: 46px;
  line-height: 50px;
}

.display-3 {
  font-size: 46px;
  line-height: 50px;
}

.display-4 {
  font-size: 40px;
  line-height: 46px;
}

.display-5 {
  font-size: 30px;
  line-height: 34px;
}

.subtitle {
  font-size: 20px;
  line-height: 24px;
}

.body-2 {
  font-size: 18px;
  line-height: 22px;
}

.caption-1 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
}

.caption-2 {
  font-size: 12px;
  line-height: 16px;
}

.footnotes {
  font-size: 12px;
  line-height: 16px;
}

/* text color */
.hp-text-power-storm {
  color: #568393;
}
/* shades for text depending on contrast with background */
.hp-text-power-storm-lighter {
  color: #789CA9;
}
.hp-text-power-storm-darker {
  color: #4D7684;
}
.hp-text-orange-bloom {
  color: #FF5050;
}
/* shades for text depending on contrast with background */
.hp-text-orange-bloom-lighter {
  color: #FF7373;
}
.hp-text-orange-bloom-darker {
  color: #E54848;
}

@media (min-width: 720px) {

  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5
  h6, .h6 {
    font-weight: 400;
  }

  h1, .h1 {
    font-size: 36px;
    line-height: 40px;
  }

  h2, .h2 {
    font-size: 32px;
    line-height: 36px;
  }

  h3, .h3 {
    font-size: 26px;
    line-height: 30px;
  }

  h4, .h4 {
    font-size: 20px;
    line-height: 26px;
  }

  h5, .h5 {
    font-size: 18px;
    line-height: 26px;
  }

  h6, .h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .display-1 {
    font-size: 90px;
    line-height: 96px;
  }

  .display-2 {
    font-size: 90px;
    line-height: 96px;
  }

  .display-3 {
    font-size: 90px;
    line-height: 96px;
  }

  .display-4 {
    font-size: 60px;
    line-height: 66px;
  }

  .display-5 {
    font-size: 40px;
    line-height: 44px;
  }

}

@media (min-width: 1280px) {

  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5
  h6, .h6 {
    font-weight: 400;
  }

  h1, .h1 {
    font-size: 36px;
  }

  h2, .h2 {
    font-size: 32px;
  }

  h3, .h3 {
    font-size: 26px;
  }

  h4, .h4 {
    font-size: 20px;
  }

  h5, .h5 {
    font-size: 18px;
  }

  h6, .h6 {
    font-size: 16px;
  }

  .display-1 {
    font-size: 260px;
    line-height: 273px;
  }

  .display-2 {
    font-size: 180px;
    line-height: 189px;
  }

  .display-3 {
    font-size: 112px;
    line-height: 116px;
  }

  .display-4 {
    font-size: 70px;
    line-height: 74px;
  }

  .display-5 {
    font-size: 50px;
    line-height: 52px;
  }

}

/* ! ==== Forms & Buttons ==== */

.form-group {
  margin-bottom: 1.6rem;
	position: relative;
}

.form-control, .form-select {
  padding: .75rem .75rem;
}

.form-control.error {
	border-color: var(--bs-form-invalid-border-color);
}

.form-control:focus {
	box-shadow: none;
	border-color: #165dba;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-color: #fff;
  border-color: var(--bs-primary);
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23165dba'/></svg>");
}

.form-check-input:focus {
  box-shadow: none;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: .5rem;
}

.form-check-input {
	border-color: #000;
}

.form-check-label {
  display: block;
  margin-left: 0.4rem;
}

label.error {
  position: absolute;
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--bs-form-invalid-color);
}

fieldset.error .form-check-input {
	border-color: var(--bs-form-invalid-border-color);
}

/* !==== Start floating labels ==== */

.ut-floating-container > label:not(.error) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding-top: 14px;
  padding-left: calc(var(--bs-gutter-x) * .5 + 0.75rem);
  /* padding-left: 1.5rem; */
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  z-index: 1;
}
.ut-floating-container > label.active-label {
  opacity: 0.55;
  transform: scale(0.75) translateY(-0.4rem) translateX(0.5rem);
}
.ut-floating-container .form-control, .ut-floating-container .form-select {
  padding: 1.15rem .75rem 0.35rem;
}
.ut-floating-container label.error {
  position: absolute;
}

/* !==== End floating labels ==== */

/* !==== Start typeahead fix ==== */
.twitter-typeahead, .tt-hint, .tt-input, .tt-menu {
		width: 100%;
}
.tt-menu {
		width: 100%;
		margin-top: 0rem;
		padding-top: 8px;
		padding-bottom: 8px;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, 0.2);
		line-height: 1.7;
}
.tt-suggestion.tt-selectable {
		cursor: default;
		padding: 0.2rem 0.6rem;

}
.ut-floating-container .tt-menu {
  margin-top: 0;
}

.tt-suggestion.tt-selectable:hover {
	background-color: var(--bs-primary);
	color: #fff;
}

#tyMsg {
	display: none;
}
/* !==== End typeahead fix ==== */

/* !==== Links and buttons ==== */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.btn {
	border-radius: 0;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2e2e2e;
  --bs-btn-hover-border-color: #2e2e2e;
  --bs-btn-focus-shadow-rgb: 66,70,73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.btn-electric-blue {
  --bs-btn-bg: #024AD8;
  --bs-btn-border-color: #024AD8;
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0b5ed7;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-outline-electric-blue {
  --bs-btn-color: #024AD8;
  --bs-btn-border-color: #024AD8;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #024AD8;
  --bs-btn-hover-border-color: #024AD8;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #024AD8;
  --bs-btn-active-border-color: #024AD8;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

span.hp-logo {
  display: inline-block;
  width: var(--size, max(48px, 2.5vw));
  height: var(--size, max(48px, 2.5vw));
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1e3" height="999.98" enable-background="new 0 0 800 800" version="1.0" viewBox="0 0 1e3 999.98" xml:space="preserve"><g transform="translate(-203.54 -212.7)"><path d="m704.93 212.7-107.58 301.62 73.131 0.0229c52.68 0.0153 75.098 41.551 58.509 88.066l-106.97 299.91h-107.64l117.69-330h-55.422l-117.68 330h-108.57l241.48-677.11c-222.38 50.731-388.34 249.71-388.34 487.46 0 234.05 160.82 430.51 377.98 484.98l243.97-685.01h176.69c36.545 0 82.508 24.641 62.646 80.724l-99.203 280.11c-12.672 35.78-42.793 43.031-66.789 43.031h-108.62l-105.35 295.79c6.2031 0.2273 12.418 0.3834 18.672 0.3834 276.14 0 500-223.85 500-500-7e-4 -275.68-223.11-499.23-498.62-499.98zm208.15 358.81-102.47 287.64h54.567l102.49-287.64z" fill="%23024ad8"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  /* filter: brightness(0); */
}

.sticky-top {
  z-index: 15;
}